net/http.http2Transport.MaxHeaderListSize (field)

7 uses

	net/http (current package)
		h2_bundle.go#L7199: 	MaxHeaderListSize uint32
		h2_bundle.go#L7267: 	if t.MaxHeaderListSize == 0 {
		h2_bundle.go#L7270: 	if t.MaxHeaderListSize == 0xffffffff {
		h2_bundle.go#L7273: 	return t.MaxHeaderListSize
		transport.go#L421: 	if limit1 := t.MaxResponseHeaderBytes; limit1 != 0 && t2.MaxHeaderListSize == 0 {
		transport.go#L424: 			t2.MaxHeaderListSize = h2max
		transport.go#L426: 			t2.MaxHeaderListSize = uint32(limit1)